primitive type

英 [ˈprɪmətɪv taɪp] 美 [ˈprɪmətɪv taɪp]

网络  基本类型; 原始类型; 基本数据类型; 原生类型; 简单类型

计算机



双语例句

  1. Being loosely typed, each element can contain any primitive type or object.
    由于类型松散,每个元素都能包含任何基本类型或对象。
  2. Accessors and operations in MBeans can use any primitive type in their signatures, as well as String, Date, and other standard library classes.
    MBean中的访问器和操作能够用任何其签名形式的原语类型,以及String、Date和其他标准库类。
  3. The second filter removes any list items where the left side of the expression is a primitive type or a null.
    第二个过滤器负责移除任何表达式左侧为一个基本类型或null型的列表条目。
  4. To specify the parameters to be used by the EGL Application Transformation when transforming a UML primitive type element, follow these steps.
    当转换一个UML原始类型元素时指定EGLApplication使用的参数,遵循以下步骤。
  5. If the grid is only used to cache data that can be described by a Java primitive type, a simple application can be used to manage WebSphere eXtreme Scale containers.
    如果网格只用于缓存由Java原语类型描述的数据,那么可以使用一个简单的应用程序来管理WebSphereeXtremeScale容器。
  6. The long type date format is independent of the time representation in different time zones and because it is a primitive type, it is more efficient than other kinds of java objects.
    long类型的日期格式与不同时区的时间表示形式无关,并且因为它是基元类型,所以比其他类型的Java对象更有效。
  7. In the model we've created, all attributes of the LoanApplicationType are of type Text, but you can use any primitive type, such as Integer or Date.
    在我们创建的模型中,LoanApplicationType的所有属性的类型都是Text,但是您可以使用任何原始类型,比如Integer或Date。
  8. If no appropriate EGL type is selected for a UML primitive type, then a default of String type will be created.
    如果对于一个UML原始类型没有合适的EGL类型选择,那么将会创建一个默认的String类型。
  9. The type of a service operation parameter should be either a primitive type or a DataType.
    服务操作参数的类型应当或者是一个原始类型,或者是一个DataType。
  10. Notice that the return value is no longer a primitive type but rather a collection of user-defined JavaBeans.
    注意到返回值不再是原语类型,而是用户定义的JavaBean集。
  11. Classes are instantiated with all their primitive type attributes given default values.
    类的实例化是给它们所有的原语类型属性赋予默认值。
  12. Like parameters, result objects can be a JavaBean, a Map, a primitive type wrapper, or XML.
    与参数类似,结果对象可以是JavaBean、Map、原始类型包装器或XML。
  13. Finally, an enumerated type may, in a Schema, be part of a union with a primitive type.
    最后,模式(Schema)中的枚举类型可能是原始类型的联合(union)的一个组成部分。
  14. If the Class is a primitive type then I need to wrap it in a Java object.
    如果Class是基本类型,那么我需要将它包装在一个Java对象中。
  15. Assembly lists do not represent actual values; however, a repeating XML element can have a primitive type.
    程序集列表不表示实际值;但是一个重复的XML元素可以有一个原始类型。
  16. You use the extract transform to extract parts of a string and assign those parts to another string, or to any other primitive type, with the caveat we mentioned in the move transform section.
    您使用提取转换来提取该字符串的各个部分,并将那些部分分配给另一个字符串,或分配给任何其他基元类型,并注意我们在移动转换部分中提到的告诫。
  17. Create a public UML operation named display in the Point class, and, from the C# primitive type library, set its return type to bool as described previously.
    在Point类中创建名为display的publicUML方法,在C基本类型库中,像前面介绍的那样,将返回类型设置为bool。
  18. Create a UML attribute of X and, from the C# primitive type library, set its type to int as described previously.
    创建UML属性X,在C基本类型库中,像前面介绍的那样,将其类型设置为int。
  19. The representation used depends on whether the field is a simple object type, a simple primitive type, or an array type.
    所使用的表示法取决于字段是简单对象类型、简单原语类型还是数组类型。
  20. An attribute of an object is represented by a Property which can be a primitive type or a reference to another object.
    对象的属性由Property表示,它可以是基元类型,也可以是对另一个对象的引用。
  21. Single item concept& An item in the assembly data model describes a single primitive value that corresponds to a primitive type.
    单项概念&程序集数据模型中的一个项目描述一个与原始类型对应的原始值。
  22. Primitive type conversion is now performed automatically by the compiler.
    现在,由编译器自动地执行基元类型转换。
  23. It is, in fact, a primitive type of calendar.
    它实际上是一种原始日历。
  24. Gilad Bracha reopens an old debate about language design, specifically can a language be OO and enforce a primitive type system?
    GiladBracha重新挑起了一场有关编程语言设计的争论,特别是一门编程语言可以兼顾面向对象思想和原生数据类型吗?
  25. Flow control variables? Primitive type variables
    若是流程控制变量,则使用基本类型变量
  26. A derived type can be cast to a primitive type if its primitive ancestor can be cast to the target type.
    如果派生类型的基元祖先可以转换为目标类型,则该派生类型可以转换为基元类型。
  27. Primitive type can not be widened to target type.
    基元类型不能扩展到目标类型。
  28. Type to any primitive type.
    类型向任何基元类型进行转换。
  29. A variable of a primitive type always holds a value of that exact primitive type.
    简单类型的变量老是执削发朴类型的值。
  30. I get the int and store it in n.The switch statement takes inside its parenthesis an int or a char or some primitive type.
    我得到一个整数并把它存储,到n中,switch语句的圆括号里可以是一个整数,或者一个字符或其他的基本类型。